home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9253 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  680 b 

  1. Path: news.cis.nctu.edu.tw!usenet
  2. From: Don Pierce <don@pierce.geometrics.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Sorting algorithm - In search of
  5. Date: 29 Feb 1996 16:16:50 GMT
  6. Organization: Muir/Pierce Geophysics
  7. Message-ID: <4h4jhi$3bh@news.cis.nctu.edu.tw>
  8. NNTP-Posting-Host: @pierce.geometrics.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.12 (X11; I; SunOS 4.1.3 sun4c)
  13. X-URL: news:comp.lang.c++
  14.  
  15. I am looking for an efficient sorting alogorithm
  16. to sort an array of floats. I prefer a non-recursive
  17. type because I heard they were inefficient on large data
  18. sets. My array contains up to 10000 elements.
  19.  
  20.